Câu ví dụ
- thêm câu ví dụ: 1 2 3 4
- The newline character (\n) is equivalent to the ASCII linefeed character (hex 0A)
Ký tự newline (\n) là tương đương với các ký tự ASCII linefeed (hex 0A) - The newline character (\n) is equivalent to the ASCII linefeed character (hex 0A).
Ký tự newline (\n) là tương đương với các ký tự ASCII linefeed (hex 0A). - writeln("string") writes the given string on the doucment with newline character at the end.
writeln("string") viết chuỗi đã cho trên doucment với ký tự newline ở cuối. - The control character ^X; for example, \cJ is equivalent to the newline character \n
Ký tự điều khiển ^X; Ví dụ: \cJ tương đương với ký tự dòng mới \n - writeln("string") writes the given string on the doucment with newline character at the end.
writeln(“string”) viết chuỗi đã cho trên doucment với ký tự newline ở cuối.